- base class
- Программирование базовый класс Класс, включаемый в определение другого класса, называемого производным.
English-Russian dictionary of computer abbreviations and terms. 2014.
English-Russian dictionary of computer abbreviations and terms. 2014.
Base Class — [engl.], Basisklasse … Universal-Lexikon
base class — viršklasis statusas T sritis informatika apibrėžtis Objektiniame programavime – ↑klasė, iš kurios paveldėta kita klasė. Jeigu A klasė paveldėta iš B klasės, tai B klasė yra A klasės viršklasis. atitikmenys: angl. base class; superclass ryšiai:… … Enciklopedinis kompiuterijos žodynas
Base Class Library — Base Class Library, сокращённо BCL стандартная библиотека классов платформы «.NET Framework». Программы, написанные на любом из языков, поддерживающих платформу .NET, могут пользоваться классами и методами BCL создавать объекты… … Википедия
Base Class Library — The Base Class Library (BCL) is a standard library available to all languages using the .NET Framework. In order to make the programmer s job easier, .NET includes the BCL in order to encapsulate a large number of common functions, such as file… … Wikipedia
Base Class Library — La Base Class Library (BCL) de Microsoft est une bibliothèque standard utilisée par tous les langages basés sur .NET Framework. Pour faciliter le travail du programmeur, .NET utilise la BCL pour encapsuler un grand nombre de fonctions communes,… … Wikipédia en Français
Fragile base class — The fragile base class problem is a fundamental architectural problem of object oriented programming systems where base classes (superclasses) are considered fragile because seemingly safe modifications to a base class, when inherited by the… … Wikipedia
Fragile Base Class Problem — Das Fragile Base Class Problem (FBC) ist ein Fehlverhalten von Software, das bei der objektorientierten Softwareentwicklung beim Versionswechsel der eingesetzten Basissoftware auftreten kann und mit dem Vererbungsmechanismus zusammenhängt. Es… … Deutsch Wikipedia
Base course — in pavements refers to the sub layer material of an asphalt roadway and is placed directly on top of the undisturbed soil so as to provide a foundation to support the top layer(s) of the pavement. Generally consisting of a specific type of… … Wikipedia
Class (computer science) — In object oriented programming, a class is a programming language construct that is used as a blueprint to create objects. This blueprint includes attributes and methods that the created objects all share.More technically, a class is a cohesive… … Wikipedia
Class (computer programming) — In object oriented programming, a class is a construct that is used as a blueprint to create instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members which enable … Wikipedia
Class diagram — UML diagrams Structural UML diagrams Class diagram Component diagram Composite structure diagram Deployment diagram Object diagram … Wikipedia